Return to start page
Import Asl.j
1 static if (A_RTC) then
2 //! import "rtc.j"
3 endif
4 static if (A_JAPI) then
5 //! import "japi.j"
6 endif
7 //! import "Core/Import.j"
8 static if (A_SYSTEMS) then
9 //! import "Systems/Import.j"
10 endif
11 static if (A_OBJECTS) then
12 //! import "Objects/Import.j"
13 endif
14
15 /**
16 * The Advanced Script Libray library.
17 * Request this library if you want to use any system of the ASL.
18 */
19 library Asl requires ACore, optional AObjects, ASystems
20 endlibrary